projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae5d9a
)
gtkflowbox: Fix a minor typo in the documentation
author
Philip Withnall
<withnall@endlessm.com>
Wed, 1 Apr 2020 13:04:46 +0000
(14:04 +0100)
committer
Philip Withnall
<withnall@endlessm.com>
Wed, 1 Apr 2020 13:04:46 +0000
(14:04 +0100)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index afaa8c38f24f0923b8f365341283db519c25b0c9..832dc879071161afd664d936bf5e2c4376936a3b 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-4574,7
+4574,7
@@
gtk_flow_box_get_selection_mode (GtkFlowBox *box)
* @child: a #GtkFlowBoxChild that may be filtered
* @user_data: (closure): user data
*
- * A function that will be called when
r
ever a child changes
+ * A function that will be called whenever a child changes
* or is added. It lets you control if the child should be
* visible or not.
*